<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>消防维保,北京消防维保公司-亿杰(北京)消防工程有限公司</title>
<meta name="keywords" content="消防维保，消防检测，北京消防维保，北京消防检测公司，消防维保收费标准，消防检测是如何收费，消防维保主要做什么,消防设施的检测周期,消防维保检测资质">
<meta name="description" content="亿杰(北京)消防工程有限公司，是集消防施工、消防设施维护保养检测、消防设备安装工程、建筑装修二次改消防、消防系统维修、供应消防报警设备为一体的专业公司。团队技术人员齐全，工作经验丰富，技术精湛全面，涵盖消防、电气、暖通、给排水、自动控制等各专业，消防服务热线01057491119。">
<!-- *新版本的 Bootstrap 核心 CSS 文件 -->
<link rel="stylesheet" href="https://cdn.bootcdn.net/ajax/libs/twitter-bootstrap/3.4.1/css/bootstrap.min.css" integrity="sha384-HSMxcRTRxnN+Bdg0JdbxYKrThecOKuH5zCYotlSAcp1+c8xmyTe9GYg1l9a69psu" crossorigin="anonymous">
<link type="text/css" rel="stylesheet" href="https://www.gstdq.com//skin/css/public.css" />
<link type="text/css" rel="stylesheet" href="https://www.gstdq.com//skin/css/index.css" />
<script type="text/javascript" src="https://www.gstdq.com//skin/js/jquery1.9.1.js"></script>
<script type="text/javascript" src="https://www.gstdq.com//skin/js/main.js"></script>
<script type="text/javascript" src="https://www.gstdq.com//skin/js/jquery.flexslider-min.js" ></script>
<script type="text/javascript" src="https://www.gstdq.com//skin/js/scrollpic.js" ></script>
<!-- *新的 Bootstrap 核心 JavaScript 文件 -->
<script src="https://cdn.bootcdn.net/ajax/libs/twitter-bootstrap/3.4.1/js/bootstrap.min.js" integrity="sha384-aJ21OjlMXNL5UyIl/XNwTMqvzeRMZH2w8c5cRVpzpU8Y5bApTppSuUkhZXN0VxHd" crossorigin="anonymous"></script>
<meta http-equiv="mobile-agent" content="format=xhtml;url=13439898057/index.php">
<!---->
</head>
<body>
<div class="head">
 <div class="logo auto clearfix"> <a href="https://www.gstdq.com//" class="font fl"><img src="/skin/images/logo.png" /></a>
 <div class="fr">
 <ul class="menu clearfix">
 <li class="mli"><a href="https://www.gstdq.com//" class="ma">网站首页</a></li>
 
 <li class="mli"><a href="/gywm/" class="ma">关于我们</a>
  
 </li>
 
 <li class="mli"><a href="/lxwm/" class="ma">联系我们</a>
  
 </li>
 
 <li class="mli"><a href="/xiaofangweibao/" class="ma">消防维保</a>
  
 </li>
 
 <li class="mli"><a href="/xiaofangjiance/" class="ma">消防检测</a>
  
 </li>
 
 </ul>
 </div>
 </div>
</div>

<div class="banner flexslider">
 <ul class="slides">
 
 <li><a><img src="/static/upload/image/20231204/1701661039828617.jpg"/></a></li>
 
 <li><a><img src="/static/upload/image/20231109/1699511115351788.jpg"/></a></li>
 
 </ul>
</div>
<script>
		$(function(){
			$('.flexslider').flexslider({
				directionNav: true,
				pauseOnAction: false
			});
		});
	</script>

 
 
 <style>
 .tgt-section{
  padding: 60px 0;  
}
.tgt-services-section{
  padding-bottom:110px;  
}
.tgt-our-services{
  margin-bottom: 50px;  
}
.tgt-our-services-img{
  position: relative;
}
.tgt-our-services-img a:after{
  content: "";
  background: #09162a;
  opacity: 0.20;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;  
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;  
}
.tgt-our-services{
  position: relative;
}
.tgt-our-services:hover a:after{
  opacity: 0.40;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;  
}
.tgt-our-services-box{
  text-align: center;
  background: #FFF;
  -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow:    0px 2px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow:         0px 2px 15px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  margin: -50px 20px 20px;
  padding: 30px 15px 35px 15px;
}

.tgt-our-services-box{
  position: relative;
}
.tgt-our-services:hover .tgt-our-services-box:after{
  right: 20%;
}
.tgt-our-services-box{
   -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}  
.tgt-our-services-box:after{
    content: "";
    position: absolute;
    z-index: -1;
    left: 20%;
    right: 80%;
    bottom: 0;
    background: #fc6a20;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.tgt-our-services-box h4{
  font-size: 18px;
  font-weight:550;
}
.tgt-our-services-box p,.tgt-section-title p{
 color:#777777;
}
.tgt-our-services .btn-read{
  color: #777777;
  text-decoration:none
}
.tgt-our-services:hover .btn-read{
  color: #fc6a20;
  border-bottom: 1px solid #fc6a20;
}

.tgt-section-title{
  text-align: center;
  margin-bottom: 40px;
}

.tgt-section-title h2{
  font-weight: 600;
  margin-bottom:20px;
}
  /* ==é¦–é¡µäº§å“å±•ç¤º== */
  .tgt-section.tgt-project-section{
    margin-top:90px;
    padding-bottom:60px;
    padding-top: 90px;
  }
  .tgt-section.tgt-project-section h1{
  padding: 0;
  margin: 0;
  }  
.tgt-section.tgt-project-section{
    background-color: #f6f6f6;
    border-top:1px solid rgba(0,0,0,.10);
    border-bottom:1px solid rgba(0,0,0,.10);
    padding-bottom: 180px;
}
.tgt-project-box{
  position: relative;
  overflow: hidden;
}
.tgt-project-box-image{
  position: relative;
  overflow: hidden;
}
.tgt-project-box .tgt-project-box-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, 0);
    display: flex;
    align-items: center;
    justify-content: center;
}

.tgt-project-box-overlay:before{
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
}
.tgt-project-box:hover .tgt-project-box-overlay:before,.projects-gallery-block-2:hover .tgt-project-box-overlay:before{
    opacity: .8;
    -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      -moz-transform: translateY(0);
      transform: translateY(0); 
    background-color: #002B57;      
}    

.tgt-project-box-overlay-content{
    position: relative;
    opacity: 0;
    z-index: 9;
    transform: translateY(30px);
    transition: .5s ease;
    width: 100%;
    height: 100%;  
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 15px;
}

.tgt-project-box:hover .tgt-project-box-overlay-content,.projects-gallery-block-2:hover .tgt-project-box-overlay-content{
    opacity: 1;
    transform: translateY(0);
}

.tgt-project-box-overlay-content .icon{
  margin-bottom: 20px;
    line-height: 50px;
}
.tgt-project-box-overlay-content .icon i{
  width: 50px;
  height: 50px;
  background: rgba(255,255,255,.14);
  vertical-align: middle;
  line-height: 3.2;
  border-radius: 50%;
  color: #FFF;
}
.tgt-project-box-overlay-content h4{
  color: #FFF;
  font-weight: 500;
}
.tgt-project-box-subtitle{
  color: #FC6A20;
  text-transform: uppercase;
}
.tgt-project-section-list{
  position: relative;
  overflow: hidden;
  margin-top: -160px;
}

.tgt-project-section-list .owl-carousel .owl-stage-outer{
  overflow: hidden;
}
.project-filter{
  padding: 0;
  margin: 0;
  float: right;
}
.project-filter li{
  list-style: none;
  margin:10px 12px;
  color: #777777;
  cursor: pointer;
  display: inline-block;
}
.project-filter li:hover,.project-filter li.active{
  color: #F96921;
}
/* ==ä¸ºä»€ä¹ˆé€‰æ‹©æˆ‘ä»¬== */
.tgt-section.tgt-whychoose-section{
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top:100px;
    padding-bottom: 0;
}
.tgt-section.tgt-whychoose-section .mb40{
line-height:28px;
}
 </style>
 
 
 <div class="tgt-section tgt-services-section">
  <div class="container">
    <div class="row justify-content-center">
      <div class="col-lg-6 col-lg-offset-3">
        <div class="tgt-section-title">
          <h2> 消防服务 </h2>
          <p> 专业北京消防维保单位,一站式服务中心,选消防维保专业的服务团队,**认可的消防公司,多年的检测经验,消防设施改造施工,消防检测维保,消防维修,消防改造等服务。</p>
        </div>
      </div>
    </div>
    <div class="row">
      
	  <div class="col-lg-4">
        <div class="tgt-our-services">
          <div class="tgt-our-services-img"> <a href="/pbootcms554/?fwxm/"><img src="/skin/images/fwxm/wb.jpg" class="img-fluid" alt=""></a> </div>
          <div class="tgt-our-services-box">
            <h4>消防维保</h4>
            <p>以“预防为主，防消结合”为宗旨，北京消防维保优选单位-24小时在线-3h上门服务，收费合理，专业团队服务周到，提供全方位维保方案。..</p>
            <a href="/xiaofangweibao/" class="btn-read">了解更多</a> </div>
        </div>
      </div>
	  
	  <div class="col-lg-4">
        <div class="tgt-our-services">
          <div class="tgt-our-services-img"> <a href="/pbootcms554/?fwxm/gdfw/"><img src="/skin/images/fwxm/jc.jpg" class="img-fluid" alt=""></a> </div>
          <div class="tgt-our-services-box">
            <h4>消防检测</h4>
            <p>北京消防大队消防检测认证机构,10年消防检测经验,24小时上门服务,出正规消防检测报告.一级资质,自有消防检测团队,反应迅速,检测效率高...</p>
            <a href="https://www.gstdq.com/xiaofangjiance/" class="btn-read">了解更多</a> </div>
        </div>
      </div>
	  
	  <div class="col-lg-4">
        <div class="tgt-our-services">
          <div class="tgt-our-services-img"> <a href="/pbootcms554/?fwxm/jzwh/"><img src="/skin/images/fwxm/wx.jpg" class="img-fluid" alt=""></a> </div>
          <div class="tgt-our-services-box">
            <h4>消防维修</h4>
            <p>北京市消防维修公司-提供设施维护保养-主机-安装-调试-烟感-喷淋管道改造-湿式报警阀消火栓维修保养-烟感探测器清洗-防火卷帘安装调试维修...</p>
            <a href="#" class="btn-read">了解更多</a> </div>
        </div>
      </div>
	  
    </div>
  </div>
</div>
 
 
 
 
 
 <style>
 /* ==我们优势== */
.tgt-effective-solution{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 70px;
}
.tgt-effective-solution-box-right{
  position: relative;
}
.tgt-bg-overlay-content{
    z-index: 9;
    height: 100%;
    background-color: #052f5a;
    padding: 60px;
    margin-top: -60px;
    position: relative;
    background-image: url(../skin/images/ys/feature-box-bg.png);  
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;        
}
.tgt-bg-overlay-content p{
line-height:28px;
padding-bottom:20px;
}
.tgt-bg-overlay,.tgt-bg-inner-overlay{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.tgt-bg-overlay-right,.tgt-bg-inner-overlay-right{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
}
.tgt-bg-overlay,.tgt-bg-inner-overlay{
}
.tgt-effective-solution-box-right .tgt-bg-overlay {
    width: auto;
    margin-right: -100px;
    right: 0;
    background-image: url(../skin/images/ys/feature-box-bg.png);  
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -37px -25px;       
    background-color: #052f5a;  
}
.tgt-effective-solution-icon {
  margin-bottom: 10px;  
}
.tgt-effective-solution-icon i{
  color:#fc6a20;
  font-size: 40px;
}
.white-color h1,.white-color h2,.white-color h3{
  color: #FFF; 
}
.white-color h4{
  font-weight: 400;
  font-size: 18px;
  color: #FFF;  
}
.white-color p{
  color: #c7c6c6;  
}
.white-color a:hover,.white-color a:focus{
  color: #F96921;
}
 </style>
 <div class="tgt-effective-solution" style="background-image: url(/skin/images/ys/ys-bk-1.jpg);">
  <div class="container">
    <div class="row no-gutters">
      <div class="col-lg-4"></div>
      <div class="col-lg-8">
        <div class="tgt-effective-solution-box-right white-color">
          <div class="tgt-bg-overlay">
            <div class="tgt-bg-inner-overlay"></div>
          </div>
          <div class="tgt-bg-overlay-content"> 
            <!--div class="tgt-sub-title"></div-->
            <h2> 我们优势 </h2>
            <p> 公司具有专业型技能人才，涵盖消防、电气、暖通、给排水、自动控制等各专业。公司还拥有一支实力雄厚的维修维保检测施工队伍，所有技术人员均有8年以上消防施工工龄，不仅能独立作业，且技术精湛，精通各种品牌消防报警系统操作及调试。。 </p>
            <div class="row">
              <div class="col-lg-6">
                <div class="tgt-effective-solution-icon"><img src="/skin/images/ys/ys1.jpg" class="opacity_img" alt="经验丰富，质量保证"></div>
                <h4>经验丰富，质量保证</h4>
                <p>过硬企业实力，提供优质的一对一个性服务<br>
                </p>
              </div>
              <div class="col-lg-6">
                <div class="tgt-effective-solution-icon"><img src="/skin/images/ys/ys2.jpg" class="opacity_img" alt="贴心价格合理公道"></div>
                <h4>贴心价格合理公道</h4>
                <p>消防服务10年，我们的价格也是公道合理的<br>
                </p>
              </div>
              <div class="col-lg-6">
                <div class="tgt-effective-solution-icon"><img src="/skin/images/ys/ys3.jpg" class="opacity_img" alt="如实描述合作无间"></div>
                <h4>免费上门</h4>
                <p>免费上门勘察，提供解决方案，免费提供技术指导</p>
              </div>
              <div class="col-lg-6">
                <div class="tgt-effective-solution-icon"><img src="/skin/images/ys/ys4.jpg" class="opacity_img" alt="品种齐全应有尽有"></div>
                <h4>24小时上门服务</h4>
                <p>北京全区2小时快速上门，及时解决消防问题</p>
              </div>
            </div>
          </div>
        </div>
      </div>
    </div>
  </div>
</div>
 
 <!--
 <style>
 /* ==为什么选择我们== */
.tgt-section.tgt-whychoose-section{
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top:100px;
    padding-bottom: 0;
}
.tgt-section.tgt-whychoose-section .mb40{
line-height:28px;
}
.feature-box-left-icon{
  display: flex;
  float: left;
  position: relative;
  margin-bottom: 15px;
}
.feature-box-left-icon img{
  margin-top: 15px;
}
.feature-box-icon{
  position: absolute;
  text-align: center;
}
.feature-box-left-content{
  display: inline-block;
  padding-left: 65px;
}
.feature-box-left-content h4{
  font-size: 18px;
}  
.mb10{
  margin-bottom: 10px !important;
}
.mb40{
  margin-bottom: 40px !important;
}
 </style>
 <div class="tgt-section tgt-whychoose-section" style="background-image: url(/skin/images/why/why.png);">
  <div class="container">
    <div class="row">
      <div class="col-lg-4"> <img src="/skin/images/why/why2.png" class="img-fluid" alt=""> </div>
      <div class="col-lg-8">
        <div class="mt40"> 
          <div class="mb40">
            <h1> 为什么选择我们？ </h1>
            <p> 汇聚塑料改性科研人才，坐拥30年行业经验工程师团队，根据ISO9001:2008、国标和美标建立自己企业的产品和服务标准，与台湾奇美、沙伯基础、普立万、科思创等国内外众多实力厂商强强合作 </p>
          </div>
          <div class="row">
            <div class="col-md-6">
              <div class="feature-box-left-icon">
                <div class="feature-box-icon"><img src="/skin/images/why/img/why_1.png"></div>
                <div class="feature-box-left-content">
                  <h4 class="mb10">专业技术支持</h4>
                  <p>国内先进技术，专业技术团队，精益求精态度。</p>
                </div>
              </div>
            </div>
            <div class="col-md-6">
              <div class="feature-box-left-icon">
                <div class="feature-box-icon"><img src="/skin/images/why/img/why_2.png"></div>
                <div class="feature-box-left-content">
                  <h4 class="mb10">荣获多项目荣誉</h4>
                  <p>荣获多项目荣誉，国内外知名权威机构认可</p>
                </div>
              </div>
            </div>
            <div class="col-md-6">
              <div class="feature-box-left-icon">
                <div class="feature-box-icon"><img src="/skin/images/why/img/why_3.png"></div>
                <div class="feature-box-left-content">
                  <h4 class="mb10">7x24小时售后服务</h4>
                  <p>7x24小时售后服务，快速响应</p>
                </div>
              </div>
            </div>
            <div class="col-md-6">
              <div class="feature-box-left-icon">
                <div class="feature-box-icon"><img src="/skin/images/why/img/why_4.png"></div>
                <div class="feature-box-left-content">
                  <h4 class="mb10">团队合作</h4>
                  <p>庞大团队合作，雄厚技术合作</p>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
    </div>
  </div>
</div>


-->


<style>
/*广告-联系我们*/
.pt23{
  padding-top:23px !important;
}
.pb30{
  padding-bottom:30px !important;
}
.btn-default{
margin-top:15px;
  border-radius: 0;
  background: #002B57;
  color: #FFF;
  border-color:#002B57;
  font-size: 15px; 
  padding:10px 23px;
  border:none;
float:right;  
}
.btn-default:hover,.btn-default:focus,.btn-default:active:focus,
.btn-default:not(:disabled):not(.disabled).active, .btn-default:not(:disabled):not(.disabled):active, .show>.btn-default.dropdown-toggle
{
  color: #FFF !important;
  box-shadow: none;
  background: #002850;  
  border:none;  
}  
.tgt-section-title{
  text-align: center;
  margin-bottom: 40px;
}
.tgt-section-title h2{
  font-weight: 600;
}
.tgt-bgcolor-orange{
    background-color: #FC6A20;
	}
</style>
 <div class="tgt-bgcolor-orange">
  <div class="container">
    <div class="row white-color pt23 pb30">
      <div class="col-lg-8">
        <h3>快捷、效率、专业，赶快联系我们吧!</h3>
      </div>
      <div class="col-lg-2"><a href="/pbootcms554/?lxwm/" class="btn btn-default">联系我们</a></div>
    </div>
  </div>
</div>
 
 
 
 <style>
 /* 新闻 */
 .fadeup {
    -webkit-animation: fadeInUp 1s 0s both;
    animation: fadeInUp 1s 0s both;
}
.news {
  background: url("../skin/images/new/index-bg2.jpg");
  /* background-size: cover; */
  padding: 60px 0 0;
  min-width: 1200px;
  position: relative;
  z-index: 0;
  
}
.news a{color:#000}
.newscon {
  padding-top: 64px;
}
.newsTabContent {
  position: relative;
}
.fade{
  display: none;
}
.fade.in{
  display: block;
}
.newsTabContent > div {
  position: absolute;
}
.btn-more {
  line-height: 48px;
}
.newscon .nav-tabs > li.active > a,
.newscon .nav-tabs > li.active > a:hover,
.newscon .nav-tabs > li.active > a:focus {
  background: transparent;
  border: 1px solid transparent;
  border-bottom: 4px solid #094d9e;
  color: #094d9e;
}
.newscon .nav-tabs > li > a {
  border: 1px solid transparent;
}
.news-tj {
  padding: 16px 0;
  border-bottom: 1px solid #ddd;
}
.news-tj .news-imgbox{
  height: 210px;
  overflow: hidden;
}
.news-tj .news-desc p{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news-tj .news-titlebox {
  /* padding-top: 16px; */
  line-height: 48px;
}
.news-titlebox p:first-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 450px;
}
.news-titlebox p:nth-child(2) {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news-tj p {
  margin: 0;
}

.news-listbox {
  list-style: none;
  padding: 16px 0 0 0;
}
.wt-tit {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 32px;
  line-height: 48px;
}
.wt-tit::after {
  content: "";
  background: url(../skin/images/new/icon-wenhao.png) no-repeat;
  width: 24px;
  height: 24px;
  background-size: auto;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.wt-desc {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

 </style>
 
 
 <div class="news avdiv">
  <div class="container fadeup">
    <div class="row text-center  fadeup">
      <div class="page-title fadeup">
        <h4 class="f36">新闻资讯</h4>
        <p class="text-uppercase">news</p>
      </div>
      <div class="newscon fadeup">
        <div class="row fadeup">
          <div class="col-lg-6 col-xs-6 fadeup">
            <ul id="newsTab" class="nav nav-tabs f22 ">
              <li class=""> <a href="#newstab0" title="公司新闻" data-toggle="tab" aria-expanded="false">公司新闻</a> </li>
              <li class="active"> <a href="#newstab1" title="行业动态" data-toggle="tab" aria-expanded="true">行业动态</a> </li>
              <a class="btn-more pull-right" href="/pbootcms473/?xwzx/" title="MORE+">MORE+</a>
            </ul>
            <div class="newsTabContent fadeup">
              <div class="tab-pane fade clearfix fadeup" id="newstab0">
				<ul class="news-listbox clearfix">
				  
				
                  
				   
					<li> <a href="/jszl/308.html">
					<div class="news-titlebox clearfix fadeup">
								  <p class="f20 pull-left text-left"> 地下车库消防排烟系统应该如何设置?地下建筑消防排烟系统的设置规范</p>
								  <p class="f16 pull-right text-right"> 2025-04-14</p>
								</div>	
					</a>
					</li>
					
					<li> <a href="/jszl/304.html">
					<div class="news-titlebox clearfix fadeup">
								  <p class="f20 pull-left text-left"> 消防温感探测器报警温度是多少?温感探测器报警后如何复位?</p>
								  <p class="f16 pull-right text-right"> 2025-02-26</p>
								</div>	
					</a>
					</li>
					
					<li> <a href="/jszl/283.html">
					<div class="news-titlebox clearfix fadeup">
								  <p class="f20 pull-left text-left"> 消防应急照明灯安装规范</p>
								  <p class="f16 pull-right text-right"> 2022-04-19</p>
								</div>	
					</a>
					</li>
					
					<li> <a href="/jszl/279.html">
					<div class="news-titlebox clearfix fadeup">
								  <p class="f20 pull-left text-left"> GST-FH-N8001防火门监控器安装</p>
								  <p class="f16 pull-right text-right"> 2022-01-05</p>
								</div>	
					</a>
					</li>
					
					<li> <a href="/jszl/278.html">
					<div class="news-titlebox clearfix fadeup">
								  <p class="f20 pull-left text-left"> 消防应急照明电源怎么接线</p>
								  <p class="f16 pull-right text-right"> 2021-12-28</p>
								</div>	
					</a>
					</li>
					
					<li> <a href="/jszl/275.html">
					<div class="news-titlebox clearfix fadeup">
								  <p class="f20 pull-left text-left"> GST-FH-N3200G防火门监控器故障维修</p>
								  <p class="f16 pull-right text-right"> 2021-12-28</p>
								</div>	
					</a>
					</li>
					
					<li> <a href="/jszl/271.html">
					<div class="news-titlebox clearfix fadeup">
								  <p class="f20 pull-left text-left"> 消防安装中，JB-QG-GST5000H消防主机如何连接主机电源与备用电源？</p>
								  <p class="f16 pull-right text-right"> 2021-12-14</p>
								</div>	
					</a>
					</li>
					
					<li> <a href="/jszl/270.html">
					<div class="news-titlebox clearfix fadeup">
								  <p class="f20 pull-left text-left"> 北京朝阳某仓库烟感故障如何维修</p>
								  <p class="f16 pull-right text-right"> 2021-12-14</p>
								</div>	
					</a>
					</li>
					
					<li> <a href="/jszl/268.html">
					<div class="news-titlebox clearfix fadeup">
								  <p class="f20 pull-left text-left"> GST-LD-8316按钮故障如何维修</p>
								  <p class="f16 pull-right text-right"> 2021-12-14</p>
								</div>	
					</a>
					</li>
					
					<li> <a href="/jszl/267.html">
					<div class="news-titlebox clearfix fadeup">
								  <p class="f20 pull-left text-left"> 消防安装海湾GST-QKP01气体灭火控制器管道如何安装</p>
								  <p class="f16 pull-right text-right"> 2021-12-07</p>
								</div>	
					</a>
					</li>
					
                  
                </ul>
              </div>
              <div class="tab-pane fade  clearfix fadeup active in" id="newstab1">
				<ul class="news-listbox clearfix">
				  
				  
					<li> <a href="/xyxw/319.html">
					<div class="news-titlebox clearfix fadeup">
								  <p class="f20 pull-left text-left"> 工厂电气消防年度安全检测的费用计算方式</p>
								  <p class="f16 pull-right text-right"> 2025-09-01</p>
								</div>	
					</a>
					</li>
					
					<li> <a href="/xyxw/317.html">
					<div class="news-titlebox clearfix fadeup">
								  <p class="f20 pull-left text-left"> 消防评估和消防维保可以是同一家公司吗?</p>
								  <p class="f16 pull-right text-right"> 2025-08-13</p>
								</div>	
					</a>
					</li>
					
					<li> <a href="/xyxw/314.html">
					<div class="news-titlebox clearfix fadeup">
								  <p class="f20 pull-left text-left"> 写字楼消防设施的冬夏季维保有什么区别?</p>
								  <p class="f16 pull-right text-right"> 2025-07-22</p>
								</div>	
					</a>
					</li>
					
					<li> <a href="/xyxw/307.html">
					<div class="news-titlebox clearfix fadeup">
								  <p class="f20 pull-left text-left"> 消防检测中如何使用主机模拟火警?消防主机模拟火警的检测要求</p>
								  <p class="f16 pull-right text-right"> 2025-03-31</p>
								</div>	
					</a>
					</li>
					
					<li> <a href="/xyxw/306.html">
					<div class="news-titlebox clearfix fadeup">
								  <p class="f20 pull-left text-left"> 消防水箱浮球阀的作用是什么？消防水箱如果没有浮球阀会有什么后果？</p>
								  <p class="f16 pull-right text-right"> 2025-03-20</p>
								</div>	
					</a>
					</li>
					
					<li> <a href="/xyxw/305.html">
					<div class="news-titlebox clearfix fadeup">
								  <p class="f20 pull-left text-left"> 金融单位消防检测多长时间一次？银行等金融单位的消防检测要求</p>
								  <p class="f16 pull-right text-right"> 2025-03-07</p>
								</div>	
					</a>
					</li>
					
					<li> <a href="/xyxw/301.html">
					<div class="news-titlebox clearfix fadeup">
								  <p class="f20 pull-left text-left"> 2025年学校消防维保有什么要求?学校消防维保的重点是什么?</p>
								  <p class="f16 pull-right text-right"> 2025-01-20</p>
								</div>	
					</a>
					</li>
					
					<li> <a href="/xyxw/299.html">
					<div class="news-titlebox clearfix fadeup">
								  <p class="f20 pull-left text-left"> 消防中控值班不合规被处罚 中控值班需要具备什么资质？</p>
								  <p class="f16 pull-right text-right"> 2024-11-26</p>
								</div>	
					</a>
					</li>
					
					<li> <a href="/xyxw/298.html">
					<div class="news-titlebox clearfix fadeup">
								  <p class="f20 pull-left text-left"> 北京第三方消防安全评估机构收费标准是什么?</p>
								  <p class="f16 pull-right text-right"> 2024-08-26</p>
								</div>	
					</a>
					</li>
					
					<li> <a href="/xyxw/296.html">
					<div class="news-titlebox clearfix fadeup">
								  <p class="f20 pull-left text-left"> 消防维保可以自己做吗?写字楼消防维保需要具备什么资质?</p>
								  <p class="f16 pull-right text-right"> 2024-07-10</p>
								</div>	
					</a>
					</li>
					
                  
                </ul>
              </div>
            </div>
          </div>
		  
          <div class="col-lg-6 col-xs-6 fadeup">
            <ul id="wentiTab" class="nav nav-tabs f22 ">
              <li class="active"> <a href="#wentitab10" title="常见问题" data-toggle="tab">常见问题</a> </li>
              <a class="btn-more pull-right" href="/pbootcms473/?xwzx/cjwt/" title="MORE+">MORE+</a>
            </ul>
            <div class="tab-pane fade in active clearfix fadeup" id="wentitab1">
              
			  <div class="news-tj fadeup">
			  
                <div class="news-imgbox fadeup"> <img src="/uploads/allimg/180807/1-1PPG52031917-lp.jpg" alt="DH-GSTN5100/3剩余电流式电气火灾监控探测器"></div>
                <div class="row  fadeup">
				
				
                  <div class="col-lg-12 col-xs-12 fadeup"> <a href="/ytsdlsydltcq/214.html">
                    <p class="f22 text-left wt-tit">DH-GSTN5100/3剩余电···</p>
                    <p class="f16 text-left text-gray wt-desc"> DH-GSTN5100/3剩余电流式电气火灾监控探测器 DH-GSTN5100/3剩余电流式电气火灾监控探测器：一体式单路探测器，适合于额定电流为63A以内电缆的剩余电流检测。互感器为圆形，孔径：31mm 一、DH-GSTN5100/3型剩···...</p>
                    </a> 
					
					
			
					
					
					
					
					
					</div>
					
					
					
					
					
					
                </div>
              </div>
			  
              <ul class="news-listbox clearfix">
              </ul>
            </div>
          </div>
		  
        </div>
      </div>
    </div>
  </div>
</div>
 
 
 
 
 
 <div class="content">
 <div class="index1">
 <div class="auto">
 <div class="i1_title"> 
 <p class="i1t_h3">成功案例</p>
 <p class="i1t_en"></p>
  </div>
 <div class="i1_con"> <span class="i1_prev" id="gun1left"><img src="https://www.gstdq.com//skin/images/3.png" /></span> <span class="i1_next" id="gun1right"><img src="https://www.gstdq.com//skin/images/4.png" /></span>
 <div class="i1_qh">
  <div class="i1_ul clearfix" id="gun1">  </div>
 </div>
 </div>
 <script type="text/javascript">
 	 			 var len=$(".i1_li").length;
 	 			 if(len>4){
				 var scrollPic_01 = new ScrollPic();
				 scrollPic_01.scrollContId = "gun1"; //内容容器ID
				 scrollPic_01.arrLeftId = "gun1left";//左箭头ID
				 scrollPic_01.arrRightId = "gun1right"; //右箭头ID
				 scrollPic_01.frameWidth = 1200;//显示框宽度
				 scrollPic_01.pageWidth = 300; //翻页宽度
				 scrollPic_01.speed  = 20; //移动速度(单位毫秒，越小越快)
				 scrollPic_01.space  = 20; //每次移动像素(单位px，越大越快)
				 scrollPic_01.autoPlay = true; //自动播放false
				 scrollPic_01.autoPlayTime = 3; //自动播放间隔时间(秒)
				 scrollPic_01.initialize(); //初始化
				 }
 	 			 $(".i1_li").hover(function(){
 	 			 	$(this).find(".i1_pos").fadeIn(500);
 	 			 },function(){
 	 			 	$(this).find(".i1_pos").fadeOut(500);
 	 			 });
			 </script> 
 </div>
 </div>
 
 <div class="index2">
 <div class="auto clearfix">
 <div class="i2_left fl"> 
 <div class="i2_title clearfix">
  <p class="i2t_p fl">关于我们<span></span></p>
  <a href="/gywm/" class="i2t_a fr">MORE</a> </div>
 
 <dl class="i2l_dl clearfix">
  <dt class="i2l_dt font fl"> <a href="/gywm/"><img src="https://www.gstdq.com//skin/images/a3.jpg" width="286" height="234" /></a> </dt>
  <dd class="i2l_dd fr">  <a href="/gywm/" class="i2l_title">关于我们</a>
  <div class="i2l_txt"> &nbsp; &nbsp; &nbsp; &nbsp; 亿杰（北京）消防工程有限公司，是集消防施工、消防设施维护保养检测、消防设备安装工程、建筑装修二次改消防、消防系统维修、供应消防报警设备为一体的专业公司。 公司具有专业型技能人才，涵盖消···</div>
  </dd>
 </dl>
 </div>
 <div class="i2_right fr"> 
 <div class="i2_title clearfix">
  <p class="i2t_p fl">消防检测<span></span></p>
  <a href="/xiaofangjiance/" class="i2t_a fr">MORE</a> </div>
 
 <dl class="i2l_dl clearfix">
  <dt class="i2l_dt font fl"><a><img src="https://www.gstdq.com//skin/images/a4.jpg" width="296" height="234" /></a></dt>
  <dd class="i2l_dd fr">  <a href="/jszl/308.html" class="i2l_title">地下车库消防排烟系统应该如何设置?地下建筑消防排烟系统的设置规范</a>
  <div class="i2l_txt">地下建筑，如地下商场、停车场、地铁等，因其封闭性与结构特殊性，消防安全至关重要。···</div>
  
  <ul class="i2r_ul">
  
  <li class="i2r_li"><a href="/jszl/308.html">地下车库消防排烟系统应该如何设置?地下建筑消···</a></li>
  
  <li class="i2r_li"><a href="/jszl/304.html">消防温感探测器报警温度是多少?温感探测器报警···</a></li>
  
  <li class="i2r_li"><a href="/jszl/283.html">消防应急照明灯安装规范</a></li>
  
  </ul>
  </dd>
 </dl>
 </div>
 </div>
 </div>
</div>
<div class="foot">
 <div class="auto pr clearfix">
 <div class="foot_left fl">
 <div class="ftl_top clearfix">
 <p class="fl">网站导航： </p>
 <ul class="ftl_menu fl">
  
  <li style="border-right: 0;"><a href="/gywm/">关于我们</a></li>
  
  <li style="border-right: 0;"><a href="/lxwm/">联系我们</a></li>
  
  <li style="border-right: 0;"><a href="/xiaofangweibao/">消防维保</a></li>
  
  <li style="border-right: 0;"><a href="/xiaofangjiance/">消防检测</a></li>
  
 </ul>
 </div>
 <div class="ftl_bottom">
 <p>地址: 北京通州区M5运河1号3号楼403室 电话：010-57491119 邮箱：506665119@qq.com</p>
 <div class="clearfix">
  <p class="fl">备案号：<a href="https://beian.miit.gov.cn/">京ICP备14007488号-18</a> </p>
 </div>
 </div>
 </div>
 <div class="foot_right fr">
 <div>
 <select class="ftr_sel" onchange="javascript:openlinks(this.value);">
  <option>==友情链接==</option>
   
  <option> <a href="https://www.pbootcms.com">PbootCMS</a> </option>
   
  <option> <a href="http://www.fuhekaiguan.cc">高压负荷开关</a> </option>
   
  <option> <a href="http://www.gelikaiguan.cc">高压隔离开关</a> </option>
   
  <option> <a href="http://www.sdtlsb.com">桥梁模板</a> </option>
  
 </select>
 <p class="sj"><img src="https://www.gstdq.com//skin/images/14.png" /></p>
 </div>
 <p class="wx font"><img src="/static/upload/image/20231113/1699847558197460.png" width="100" height="100" /></p>
 </div>
 </div>
</div>
<script>
var _hmt = _hmt || [];
(function() {
  var hm = document.createElement("script");
  hm.src = "https://hm.baidu.com/hm.js?dfb662b60f81652e68fd23f4bc89bd11";
  var s = document.getElementsByTagName("script")[0]; 
  s.parentNode.insertBefore(hm, s);
})();
</script>

</body>
</html>
